PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxWidget Class / setAlign Method
A com.o2sol.pdf4java.graphics.PDFGraphicAlign that specifies how the text is aligned on horizontal in the field.
In This Topic
    setAlign Method
    In This Topic
    Sets the field text alignment.
    Syntax
    public void setAlign( 
       PDFGraphicAlign value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.PDFGraphicAlign that specifies how the text is aligned on horizontal in the field.
    See Also